home *** CD-ROM | disk | FTP | other *** search
/ IBM Aptiva Multimedia Exploration CD / Aptiva DEMO CD.iso / dos63 / cga.ini < prev    next >
INI File  |  1993-12-31  |  17KB  |  513 lines

  1. CGA.INI
  2. ****************  WARNING  ********************
  3. This file may contain lines with more than 256
  4. characters. Some editors will truncate or split
  5. these lines. If you are not sure whether your
  6. editor can handle long lines, exit now without
  7. saving the file.
  8.  
  9. ****************  NOTE  ***********************
  10. Everything up to the first left square bracket
  11. character is considered a comment.
  12. ***********************************************
  13. [savestate]
  14. screenmode = text
  15. resolution = low2
  16. startup = filemanager
  17. filemanagermode = shared
  18. sortkey = name
  19. pause = disabled
  20. explicitselection = disabled
  21. swapmouse = disabled
  22. tasklist = disabled
  23. switching = disabled
  24. [programstarter]
  25. currentcolor = Ocean
  26. filemanager = enabled
  27. command = enabled
  28. group =
  29. {
  30.         program =
  31.         {
  32.         command = COMMAND
  33.         title = Command Prompt
  34.         help = Starts the IBM DOS command prompt where you can type any IBM DOS command.^m^mTo return to IBM DOS Shell from the command line:^m^m1. Type exit^m2. Press ENTER.^m^mRelated Topic^m   " More on Command Prompt "~$129~
  35.         pause = disabled
  36.         }
  37.         program =
  38.         {
  39.         command = E %1
  40.         title = IBM DOS E Editor
  41.         help = Starts IBM DOS E Editor, a text editor you can use to create and modify text files. After you choose Editor, you can specify the file you want to work with in a dialog box.^m^mRelated Topic^m   " More on Editor "~$130~
  42.         pause = disabled
  43.         dialog =
  44.         {
  45.                 title = File to Edit
  46.                 info = Enter the name of the file to edit. To start IBM DOS E Editor without opening a file, press ENTER.
  47.                 prompt = File to edit?
  48.                 parameter = %1
  49.         }
  50.         }
  51.  
  52.     program =
  53.     {
  54.         help = The Scheduler lets you schedule any program to run at a set time and date. You can schedule any executable command accepted at the DOS prompt. The CPSCHED.EXE (TSR) should be loaded from the Autoexec.bat before being run from the SHELL.
  55.         screenmode = text
  56.         alttab = enabled
  57.         altesc = enabled
  58.         ctrlesc = enabled
  59.         prevent = disabled
  60.         command = SCHEDULE
  61.         title = Central Point Scheduler
  62.         pause = disabled
  63.     }
  64.  
  65.     program =
  66.     {
  67.         help = Starts UNDELETE program, that provides a full-screen undelete tool that can recover deleted files and directories.^m   "Restoring Deleted Files "~I155~
  68.         screenmode = text
  69.         alttab = enabled
  70.         altesc = enabled
  71.         ctrlesc = enabled
  72.         prevent = disabled
  73.         command = UNDELETE
  74.         title = Central Point Undelete
  75.         pause = disabled
  76.     }
  77.         group =
  78.         {
  79.         title = Disk Utilities
  80.         help = Displays program items you can choose to manage your disks. You can also choose to open the Main group or any group you may have added.
  81.            program =
  82.         {
  83.                 command = diskcopy %1
  84.                 title = Disk Copy
  85.                 pause = enabled
  86.                 dialog =
  87.                 {
  88.                 title = Disk Copy
  89.                 info = Enter the source and destination drives.
  90.                 prompt = Parameters . . .
  91.                 default = a: b:
  92.                 parameter = %1
  93.                 }
  94.                 help = Temporarily leaves DOS Shell to copy the contents of a floppy disk to another floppy disk. After you choose Disk Copy, a dialog box suggests parameters and switches you can either accept or replace.^m^mRelated Topic^m   " More on Disk Copy "~$132~
  95.         }
  96.         program =
  97.         {
  98.                 command = format %1 /q
  99.                 title = Quick Format
  100.                 pause = enabled
  101.                 dialog =
  102.                 {
  103.                 title = Quick Format
  104.                 info = Enter the drive to quick format.
  105.                 prompt = Parameters . . .
  106.                 default = a:
  107.                 parameter = %1
  108.                 }
  109.                 help = Temporarily leaves IBM DOS Shell to prepare a disk to accept IBM DOS files. After you choose Quick Format, a dialog box suggests parameters and switches you can either accept or replace.^m^mRelated Topic^m   " More on Quick Format "~$136~
  110.                 screenmode = text
  111.                 alttab = enabled
  112.                 altesc = enabled
  113.                 ctrlesc = enabled
  114.                 prevent = enabled
  115.         }
  116.         program =
  117.         {
  118.                 command = format %1
  119.                 title = Format
  120.                 pause = enabled
  121.                 dialog =
  122.                 {
  123.                 title = Format
  124.                 info = Enter the drive to format.
  125.                 prompt = Parameters . . .
  126.                 default = a:
  127.                 parameter = %1
  128.                 }
  129.                 help = Temporarily leaves IBM DOS Shell to prepare a disk to accept IBM DOS files. After you choose Format, a dialog box suggests parameters and switches you can either accept or replace.^m^mRelated Topic^m   " More on Format "~$135~
  130.         }
  131.         program =
  132.         {
  133.                 command = undelete %1
  134.                 title = Undelete
  135.                 help = Recovers deleted files.^m^mWARNING: If your disk is full or if you are using task swapping, using this program item may render some deleted files unrecoverable.^m^mRelated Procedure^m   " Restoring Deleted Files "~I155~
  136.                 pause = enabled
  137.                 dialog =
  138.                 {
  139.                     title = Undelete
  140.                     info = WARNING! This action may cause the permanent loss of some deleted files.  Press F1 for more information.
  141.                     prompt = Parameters . . .
  142.                     default = /LIST
  143.                     parameter = %1
  144.                 }
  145.                 screenmode = text
  146.                 alttab = enabled
  147.                 altesc = enabled
  148.                 ctrlesc = enabled
  149.                 prevent = enabled
  150.         }
  151.         }
  152. }
  153. color =
  154. {
  155.         selection =
  156.         {
  157.         title = Basic Blue
  158.         foreground =
  159.         {
  160.                 base = black
  161.                 highlight = brightwhite
  162.                 selection = brightwhite
  163.                 alert = brightred
  164.                 menubar = black
  165.                 menu = black
  166.                 disabled = white
  167.                 accelerator = cyan
  168.                 dialog = black
  169.                 button = black
  170.                 elevator = white
  171.                 titlebar = black
  172.                 scrollbar = brightwhite
  173.                 borders = black
  174.                 drivebox = black
  175.                 driveicon = black
  176.                 cursor = black
  177.         }
  178.         background =
  179.         {
  180.                 base = brightwhite
  181.                 highlight = blue
  182.                 selection = black
  183.                 alert = brightwhite
  184.                 menubar = white
  185.                 menu = brightwhite
  186.                 disabled = brightwhite
  187.                 accelerator = brightwhite
  188.                 dialog = brightwhite
  189.                 button = white
  190.                 elevator = white
  191.                 titlebar = white
  192.                 scrollbar = black
  193.                 borders = brightwhite
  194.                 drivebox = brightwhite
  195.                 driveicon = brightwhite
  196.                 cursor = brightblack
  197.         }
  198.         }
  199.         selection =
  200.         {
  201.         title = Ocean
  202.         foreground =
  203.         {
  204.                 base = black
  205.                 highlight = brightwhite
  206.                 selection = brightwhite
  207.                 alert = brightwhite
  208.                 menubar = black
  209.                 menu = black
  210.                 disabled = white
  211.                 accelerator = brightwhite
  212.                 dialog = black
  213.                 button = black
  214.                 elevator = white
  215.                 titlebar = black
  216.                 scrollbar = brightwhite
  217.                 borders = black
  218.                 drivebox = black
  219.                 driveicon = black
  220.                 cursor = black
  221.         }
  222.         background =
  223.         {
  224.                 base = brightwhite
  225.                 highlight = blue
  226.                 selection = black
  227.                 alert = white
  228.                 menubar = cyan
  229.                 menu = cyan
  230.                 disabled = cyan
  231.                 accelerator = cyan
  232.                 dialog = cyan
  233.                 button = brightwhite
  234.                 elevator = white
  235.                 titlebar = white
  236.                 scrollbar = black
  237.                 borders = black
  238.                 drivebox = brightwhite
  239.                 driveicon = brightwhite
  240.                 cursor = brightcyan
  241.         }
  242.         }
  243.         selection =
  244.         {
  245.         title = Monochrome-2 Colors
  246.         foreground =
  247.         {
  248.                 base = black
  249.                 highlight = white
  250.                 selection = white
  251.                 alert = black
  252.                 menubar = black
  253.                 menu = black
  254.                 disabled = white
  255.                 accelerator = white
  256.                 dialog = black
  257.                 button = white
  258.                 elevator = black
  259.                 titlebar = white
  260.                 scrollbar = white
  261.                 borders = black
  262.                 drivebox = black
  263.                 driveicon = black
  264.         }
  265.         background =
  266.         {
  267.                 base = white
  268.                 highlight = black
  269.                 selection = black
  270.                 alert = white
  271.                 menubar = white
  272.                 menu = white
  273.                 disabled = white
  274.                 accelerator = black
  275.                 dialog = white
  276.                 button = black
  277.                 elevator = white
  278.                 titlebar = black
  279.                 scrollbar = black
  280.                 borders = black
  281.                 drivebox = white
  282.                 driveicon = white
  283.         }
  284.         }
  285.         selection =
  286.         {
  287.         title = Monochrome-4 Colors
  288.         foreground =
  289.         {
  290.                 base = black
  291.                 highlight = brightwhite
  292.                 selection = brightwhite
  293.                 alert = black
  294.                 menubar = black
  295.                 menu = black
  296.                 disabled = white
  297.                 accelerator = brightwhite
  298.                 dialog = black
  299.                 button = black
  300.                 elevator = white
  301.                 titlebar = black
  302.                 scrollbar = brightwhite
  303.                 borders = black
  304.                 drivebox = black
  305.                 driveicon = black
  306.                 cursor = black
  307.         }
  308.         background =
  309.         {
  310.                 base = brightwhite
  311.                 highlight = brightblack
  312.                 selection = brightblack
  313.                 alert = brightwhite
  314.                 menubar = brightwhite
  315.                 menu = white
  316.                 disabled = white
  317.                 accelerator = brightblack
  318.                 dialog = brightwhite
  319.                 button = white
  320.                 elevator = white
  321.                 titlebar = white
  322.                 scrollbar = black
  323.                 borders = black
  324.                 drivebox = brightwhite
  325.                 driveicon = brightwhite
  326.                 cursor = black
  327.         }
  328.         }
  329.         selection =
  330.         {
  331.         title = Reverse
  332.         foreground =
  333.         {
  334.                 base = white
  335.                 highlight = black
  336.                 selection = black
  337.                 alert = white
  338.                 menubar = white
  339.                 menu = white
  340.                 disabled = black
  341.                 accelerator = black
  342.                 dialog = white
  343.                 button = black
  344.                 elevator = white
  345.                 titlebar = black
  346.                 scrollbar = black
  347.                 borders = white
  348.                 drivebox = white
  349.                 driveicon = white
  350.         }
  351.         background =
  352.         {
  353.                 base = black
  354.                 highlight = white
  355.                 selection = white
  356.                 alert = black
  357.                 menubar = black
  358.                 menu = black
  359.                 disabled = black
  360.                 accelerator = white
  361.                 dialog = black
  362.                 button = white
  363.                 elevator = black
  364.                 titlebar = white
  365.                 scrollbar = white
  366.                 borders = black
  367.                 drivebox = black
  368.                 driveicon = black
  369.         }
  370.         }
  371.         selection =
  372.         {
  373.         title = Hot Pink
  374.         foreground =
  375.         {
  376.                 base = black
  377.                 highlight = brightwhite
  378.                 selection = brightwhite
  379.                 alert = brightmagenta
  380.                 menubar = black
  381.                 menu = black
  382.                 disabled = white
  383.                 accelerator = magenta
  384.                 dialog = black
  385.                 button = brightwhite
  386.                 elevator = white
  387.                 titlebar = brightwhite
  388.                 scrollbar = brightwhite
  389.                 borders = black
  390.                 drivebox = black
  391.                 driveicon = black
  392.                 cursor = black
  393.         }
  394.         background =
  395.         {
  396.                 base = brightwhite
  397.                 highlight = brightmagenta
  398.                 selection = magenta
  399.                 alert = brightwhite
  400.                 menubar = brightwhite
  401.                 menu = brightwhite
  402.                 disabled = brightwhite
  403.                 accelerator = brightwhite
  404.                 dialog = brightwhite
  405.                 button = magenta
  406.                 elevator = white
  407.                 titlebar = magenta
  408.                 scrollbar = black
  409.                 borders = black
  410.                 drivebox = brightwhite
  411.                 driveicon = brightwhite
  412.                 cursor = brightred
  413.         }
  414.         }
  415.         selection =
  416.         {
  417.         title = Emerald City
  418.         foreground =
  419.         {
  420.                 base = black
  421.                 highlight = black
  422.                 selection = brightwhite
  423.                 alert = green
  424.                 menubar = black
  425.                 menu = black
  426.                 disabled = white
  427.                 accelerator = green
  428.                 dialog = black
  429.                 button = brightwhite
  430.                 elevator = white
  431.                 titlebar = brightwhite
  432.                 scrollbar = brightwhite
  433.                 borders = black
  434.                 drivebox = black
  435.                 driveicon = black
  436.                 cursor = black
  437.         }
  438.         background =
  439.         {
  440.                 base = brightwhite
  441.                 highlight = brightgreen
  442.                 selection = green
  443.                 alert = brightwhite
  444.                 menubar = brightwhite
  445.                 menu = brightwhite
  446.                 disabled = brightwhite
  447.                 accelerator = brightwhite
  448.                 dialog = brightwhite
  449.                 button = green
  450.                 elevator = white
  451.                 titlebar = green
  452.                 scrollbar = black
  453.                 borders = black
  454.                 drivebox = brightwhite
  455.                 driveicon = brightwhite
  456.                 cursor = brightcyan
  457.         }
  458.         }
  459.         selection =
  460.         {
  461.         title = Turquoise
  462.         foreground =
  463.         {
  464.                 base = black
  465.                 highlight = brightwhite
  466.                 selection = brightwhite
  467.                 alert = brightred
  468.                 menubar = brightwhite
  469.                 menu = black
  470.                 disabled = white
  471.                 accelerator = white
  472.                 dialog = black
  473.                 button = black
  474.                 elevator = white
  475.                 titlebar = black
  476.                 scrollbar = brightwhite
  477.                 borders = black
  478.                 drivebox = black
  479.                 driveicon = black
  480.                 cursor = black
  481.         }
  482.         background =
  483.         {
  484.                 base = brightwhite
  485.                 highlight = brightblue
  486.                 selection = black
  487.                 alert = brightwhite
  488.                 menubar = brightcyan
  489.                 menu = brightcyan
  490.                 disabled = brightcyan
  491.                 accelerator = brightcyan
  492.                 dialog = brightcyan
  493.                 button = brightwhite
  494.                 elevator = white
  495.                 titlebar = white
  496.                 scrollbar = black
  497.                 borders = black
  498.                 drivebox = brightwhite
  499.                 driveicon = brightwhite
  500.                 cursor = cyan
  501.         }
  502.         }
  503. }
  504.  
  505. associations =
  506. {
  507.         association =
  508.         {
  509.         program = E
  510.         extension = TXT
  511.         }
  512. }
  513.